home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
AMAC44.ARJ
/
TIM003.QM
< prev
next >
Wrap
Text File
|
1991-08-02
|
2KB
|
45 lines
* TIM003.QM
* Written By Tom Hogshead
* [ See TIMERxx.QM For Use ]
* August 2, 1991
* Key Subfile
* ===== ========= =====================================================
* @(q) --Times Macro Command Sequences For ONE Repeat Only,
* Simple, Quick And Foolproof!
* {e:\up\TIMER14}--Return To TIMERxx.QM
*
*-- eoi
*
* ----------------------------------------------------------------------
* @(q) Times Macro Command Sequences For ONE Repeat Only,
* Simple and Quick!
* ----------------------------------------------------------------------
* This macro is useful for timing ANY macro. Either insert the macro to
* be timed, as shown below, or add the first four lines of @q to the
* beginning of your macro and the last two lines to the end. The
* timing record is recorded at the top of the file in which the macro
* was executed, as follows:
* xx Thu 07-18-1991 00:27:55 00:27:55
* @q differs in use from @2 in that blocks may be marked before
* execution and cursor position need not be returned to starting line
* to properly record time. @q is a simpler version that does not have
* these limitations and is almost "foolproof". If inserted commands
* are a block, insert gotoblockbeg immediately before { } to begin at
* start of block.
@q MacroBegin
BegFile InsertLine * Position to record start time
"*" CursorRight *
"xx" CursorRight * Change "xx" to "<key>"
InsertDate InsertTime * Record date and start time
* { Insert macro commands to time here }
BegFile EndLine * Position to record end time
CursorRight InsertTime * Record end time
*
* 20 bytes Thu 07-18-1991 00:05:51 (TH @1)